[INFO] cloning repository https://github.com/Carter-Craens/rust-sorting-algorithms
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Carter-Craens/rust-sorting-algorithms" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCarter-Craens%2Frust-sorting-algorithms", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCarter-Craens%2Frust-sorting-algorithms'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c1002dd7cfde9aeb3e3f7ce5d1298b75e93d97d6
[INFO] fixing Carter-Craens/rust-sorting-algorithms against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCarter-Craens%2Frust-sorting-algorithms" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Carter-Craens/rust-sorting-algorithms
[INFO] finished tweaking git repo https://github.com/Carter-Craens/rust-sorting-algorithms
[INFO] tweaked toml for git repo https://github.com/Carter-Craens/rust-sorting-algorithms written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Carter-Craens/rust-sorting-algorithms on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Carter-Craens/rust-sorting-algorithms already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 734b496e7e2c09f198f3c54e7f6f2579e37ca65bc9ab5688d6998c03591162fb
[INFO] running `Command { std: "docker" "start" "734b496e7e2c09f198f3c54e7f6f2579e37ca65bc9ab5688d6998c03591162fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "734b496e7e2c09f198f3c54e7f6f2579e37ca65bc9ab5688d6998c03591162fb" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "734b496e7e2c09f198f3c54e7f6f2579e37ca65bc9ab5688d6998c03591162fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "734b496e7e2c09f198f3c54e7f6f2579e37ca65bc9ab5688d6998c03591162fb" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking search v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0425]: cannot find function `sortslice_copy_incr` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:319:5
[INFO] [stdout]     |
[INFO] [stdout] 319 |     sortslice_copy_incr(&dest, &runb);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_copy_incr` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:344:17
[INFO] [stdout]     |
[INFO] [stdout] 344 |                 sortslice_copy_incr(&data, &dest, &runb);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_copy_incr` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:354:17
[INFO] [stdout]     |
[INFO] [stdout] 354 |                 sortslice_copy_incr(&data, &dest, &runa);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_memcpy` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:375:17
[INFO] [stdout]     |
[INFO] [stdout] 375 |                 sortslice_memcpy(&data, &dest, 0, &runa, 0, k);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `run_advance` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:376:17
[INFO] [stdout]     |
[INFO] [stdout] 376 |                 run_advance(&dest, k);
[INFO] [stdout]     |                 ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `run_advance` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:377:17
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 run_advance(&runa, k);
[INFO] [stdout]     |                 ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_copy_incr` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:385:13
[INFO] [stdout]     |
[INFO] [stdout] 385 |             sortslice_copy_incr(&data, &dest, &runb);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_memmove` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:392:17
[INFO] [stdout]     |
[INFO] [stdout] 392 |                 sortslice_memmove(&data, &dest, 0, &runb, 0, k);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_advance` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:393:17
[INFO] [stdout]     |
[INFO] [stdout] 393 |                 sortslice_advance(&data, &dest, k);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_advance` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:394:17
[INFO] [stdout]     |
[INFO] [stdout] 394 |                 sortslice_advance(&data, &runb, k);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_copy_incr` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:399:13
[INFO] [stdout]     |
[INFO] [stdout] 399 |             sortslice_copy_incr(&data, &dest, &runa);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_memcpy` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:412:17
[INFO] [stdout]     |
[INFO] [stdout] 412 |                 sortslice_memcpy(&data, &dest, 0, &runa, 0);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_memcpy` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:418:17
[INFO] [stdout]     |
[INFO] [stdout] 418 |                 sortslice_memcpy(&data, &dest, 0, &runa, 0);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_memmove` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:425:13
[INFO] [stdout]     |
[INFO] [stdout] 425 |             sortslice_memmove(&data, &dest, 0, &runb, 0);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_copy` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:426:13
[INFO] [stdout]     |
[INFO] [stdout] 426 |             sortslice_copy(&data, &dest, &runa, 0);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_copy_decr` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:442:5
[INFO] [stdout]     |
[INFO] [stdout] 442 |     sortslice_copy_decr(&dest, &runa);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_copy_decr` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:467:17
[INFO] [stdout]     |
[INFO] [stdout] 467 |                 sortslice_copy_decr(&data, &dest, &runa);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_copy_decr` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:478:17
[INFO] [stdout]     |
[INFO] [stdout] 478 |                 sortslice_copy_decr(&data, &dest, &runb);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0600]: cannot apply unary operator `-` to type `usize`
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:502:36
[INFO] [stdout]     |
[INFO] [stdout] 502 |                 run_advance(&dest, -k);
[INFO] [stdout]     |                                    ^^ cannot apply unary operator `-`
[INFO] [stdout]     |
[INFO] [stdout]     = note: unsigned values cannot be negated
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `run_advance` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:502:17
[INFO] [stdout]     |
[INFO] [stdout] 502 |                 run_advance(&dest, -k);
[INFO] [stdout]     |                 ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0600]: cannot apply unary operator `-` to type `usize`
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:503:36
[INFO] [stdout]     |
[INFO] [stdout] 503 |                 run_advance(&runa, -k);
[INFO] [stdout]     |                                    ^^ cannot apply unary operator `-`
[INFO] [stdout]     |
[INFO] [stdout]     = note: unsigned values cannot be negated
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `run_advance` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:503:17
[INFO] [stdout]     |
[INFO] [stdout] 503 |                 run_advance(&runa, -k);
[INFO] [stdout]     |                 ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_memmove` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:504:17
[INFO] [stdout]     |
[INFO] [stdout] 504 |                 sortslice_memmove(&dest, 1, &runa, 1, k);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_copy_decr` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:510:13
[INFO] [stdout]     |
[INFO] [stdout] 510 |             sortslice_copy_decr(&data, &dest, &runb);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_copy_incr` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:319:5
[INFO] [stdout]     |
[INFO] [stdout] 319 |     sortslice_copy_incr(&dest, &runb);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_copy_incr` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:344:17
[INFO] [stdout]     |
[INFO] [stdout] 344 |                 sortslice_copy_incr(&data, &dest, &runb);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0600]: cannot apply unary operator `-` to type `usize`
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:520:49
[INFO] [stdout]     |
[INFO] [stdout] 520 |                 sortslice_advance(&data, &dest, -k);
[INFO] [stdout]     |                                                 ^^ cannot apply unary operator `-`
[INFO] [stdout]     |
[INFO] [stdout]     = note: unsigned values cannot be negated
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_advance` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:520:17
[INFO] [stdout]     |
[INFO] [stdout] 520 |                 sortslice_advance(&data, &dest, -k);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_copy_incr` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:354:17
[INFO] [stdout]     |
[INFO] [stdout] 354 |                 sortslice_copy_incr(&data, &dest, &runa);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0600]: cannot apply unary operator `-` to type `usize`
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:521:49
[INFO] [stdout]     |
[INFO] [stdout] 521 |                 sortslice_advance(&data, &runb, -k);
[INFO] [stdout]     |                                                 ^^ cannot apply unary operator `-`
[INFO] [stdout]     |
[INFO] [stdout]     = note: unsigned values cannot be negated
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_advance` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:521:17
[INFO] [stdout]     |
[INFO] [stdout] 521 |                 sortslice_advance(&data, &runb, -k);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_memcpy` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:522:17
[INFO] [stdout]     |
[INFO] [stdout] 522 |                 sortslice_memcpy(&data, &dest, 1, &runb, k);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_cop_decr` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:531:13
[INFO] [stdout]     |
[INFO] [stdout] 531 |             sortslice_cop_decr(&data, &dest, &runa);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_memcpy` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:375:17
[INFO] [stdout]     |
[INFO] [stdout] 375 |                 sortslice_memcpy(&data, &dest, 0, &runa, 0, k);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `run_advance` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:376:17
[INFO] [stdout]     |
[INFO] [stdout] 376 |                 run_advance(&dest, k);
[INFO] [stdout]     |                 ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `run_advance` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:377:17
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 run_advance(&runa, k);
[INFO] [stdout]     |                 ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_copy_incr` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:385:13
[INFO] [stdout]     |
[INFO] [stdout] 385 |             sortslice_copy_incr(&data, &dest, &runb);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_memmove` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:392:17
[INFO] [stdout]     |
[INFO] [stdout] 392 |                 sortslice_memmove(&data, &dest, 0, &runb, 0, k);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_advance` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:393:17
[INFO] [stdout]     |
[INFO] [stdout] 393 |                 sortslice_advance(&data, &dest, k);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_advance` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:394:17
[INFO] [stdout]     |
[INFO] [stdout] 394 |                 sortslice_advance(&data, &runb, k);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_copy_incr` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:399:13
[INFO] [stdout]     |
[INFO] [stdout] 399 |             sortslice_copy_incr(&data, &dest, &runa);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_memcpy` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:412:17
[INFO] [stdout]     |
[INFO] [stdout] 412 |                 sortslice_memcpy(&data, &dest, 0, &runa, 0);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_memcpy` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:418:17
[INFO] [stdout]     |
[INFO] [stdout] 418 |                 sortslice_memcpy(&data, &dest, 0, &runa, 0);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_memmove` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:425:13
[INFO] [stdout]     |
[INFO] [stdout] 425 |             sortslice_memmove(&data, &dest, 0, &runb, 0);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_copy` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:426:13
[INFO] [stdout]     |
[INFO] [stdout] 426 |             sortslice_copy(&data, &dest, &runa, 0);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_copy_decr` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:442:5
[INFO] [stdout]     |
[INFO] [stdout] 442 |     sortslice_copy_decr(&dest, &runa);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_copy_decr` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:467:17
[INFO] [stdout]     |
[INFO] [stdout] 467 |                 sortslice_copy_decr(&data, &dest, &runa);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_copy_decr` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:478:17
[INFO] [stdout]     |
[INFO] [stdout] 478 |                 sortslice_copy_decr(&data, &dest, &runb);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0600]: cannot apply unary operator `-` to type `usize`
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:502:36
[INFO] [stdout]     |
[INFO] [stdout] 502 |                 run_advance(&dest, -k);
[INFO] [stdout]     |                                    ^^ cannot apply unary operator `-`
[INFO] [stdout]     |
[INFO] [stdout]     = note: unsigned values cannot be negated
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `run_advance` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:502:17
[INFO] [stdout]     |
[INFO] [stdout] 502 |                 run_advance(&dest, -k);
[INFO] [stdout]     |                 ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0600]: cannot apply unary operator `-` to type `usize`
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:503:36
[INFO] [stdout]     |
[INFO] [stdout] 503 |                 run_advance(&runa, -k);
[INFO] [stdout]     |                                    ^^ cannot apply unary operator `-`
[INFO] [stdout]     |
[INFO] [stdout]     = note: unsigned values cannot be negated
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `run_advance` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:503:17
[INFO] [stdout]     |
[INFO] [stdout] 503 |                 run_advance(&runa, -k);
[INFO] [stdout]     |                 ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_memmove` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:504:17
[INFO] [stdout]     |
[INFO] [stdout] 504 |                 sortslice_memmove(&dest, 1, &runa, 1, k);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_copy_decr` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:510:13
[INFO] [stdout]     |
[INFO] [stdout] 510 |             sortslice_copy_decr(&data, &dest, &runb);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0600]: cannot apply unary operator `-` to type `usize`
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:520:49
[INFO] [stdout]     |
[INFO] [stdout] 520 |                 sortslice_advance(&data, &dest, -k);
[INFO] [stdout]     |                                                 ^^ cannot apply unary operator `-`
[INFO] [stdout]     |
[INFO] [stdout]     = note: unsigned values cannot be negated
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_advance` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:520:17
[INFO] [stdout]     |
[INFO] [stdout] 520 |                 sortslice_advance(&data, &dest, -k);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0600]: cannot apply unary operator `-` to type `usize`
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:521:49
[INFO] [stdout]     |
[INFO] [stdout] 521 |                 sortslice_advance(&data, &runb, -k);
[INFO] [stdout]     |                                                 ^^ cannot apply unary operator `-`
[INFO] [stdout]     |
[INFO] [stdout]     = note: unsigned values cannot be negated
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_advance` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:521:17
[INFO] [stdout]     |
[INFO] [stdout] 521 |                 sortslice_advance(&data, &runb, -k);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `CopyB` found for enum `merge_hi::Exit` in the current scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:555:15
[INFO] [stdout]     |
[INFO] [stdout] 444 |     enum Exit {
[INFO] [stdout]     |     --------- variant, associated function, or constant `CopyB` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 555 |         Exit::CopyB => {
[INFO] [stdout]     |               ^^^^^ variant, associated function, or constant not found in `merge_hi::Exit`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a variant with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 555 -         Exit::CopyB => {
[INFO] [stdout] 555 +         Exit::CopyA => {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_memcpy` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:522:17
[INFO] [stdout]     |
[INFO] [stdout] 522 |                 sortslice_memcpy(&data, &dest, 1, &runb, k);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_cop_decr` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:531:13
[INFO] [stdout]     |
[INFO] [stdout] 531 |             sortslice_cop_decr(&data, &dest, &runa);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0600]: cannot apply unary operator `-` to type `usize`
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:545:48
[INFO] [stdout]     |
[INFO] [stdout] 545 |                 sortslice_memcpy(&data, &dest, -runb.len - 1, &runb, runb.len);
[INFO] [stdout]     |                                                ^^^^^^^^^ cannot apply unary operator `-`
[INFO] [stdout]     |
[INFO] [stdout]     = note: unsigned values cannot be negated
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_memcpy` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:545:17
[INFO] [stdout]     |
[INFO] [stdout] 545 |                 sortslice_memcpy(&data, &dest, -runb.len - 1, &runb, runb.len);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0600]: cannot apply unary operator `-` to type `usize`
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:551:48
[INFO] [stdout]     |
[INFO] [stdout] 551 |                 sortslice_memcpy(&data, &dest, -runb.len - 1, &runb, runb.len);
[INFO] [stdout]     |                                                ^^^^^^^^^ cannot apply unary operator `-`
[INFO] [stdout]     |
[INFO] [stdout]     = note: unsigned values cannot be negated
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_memcpy` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:551:17
[INFO] [stdout]     |
[INFO] [stdout] 551 |                 sortslice_memcpy(&data, &dest, -runb.len - 1, &runb, runb.len);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `CopyB` found for enum `merge_hi::Exit` in the current scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:555:15
[INFO] [stdout]     |
[INFO] [stdout] 444 |     enum Exit {
[INFO] [stdout]     |     --------- variant, associated function, or constant `CopyB` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 555 |         Exit::CopyB => {
[INFO] [stdout]     |               ^^^^^ variant, associated function, or constant not found in `merge_hi::Exit`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a variant with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 555 -         Exit::CopyB => {
[INFO] [stdout] 555 +         Exit::CopyA => {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0600]: cannot apply unary operator `-` to type `usize`
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:545:48
[INFO] [stdout]     |
[INFO] [stdout] 545 |                 sortslice_memcpy(&data, &dest, -runb.len - 1, &runb, runb.len);
[INFO] [stdout]     |                                                ^^^^^^^^^ cannot apply unary operator `-`
[INFO] [stdout]     |
[INFO] [stdout]     = note: unsigned values cannot be negated
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_memcpy` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:545:17
[INFO] [stdout]     |
[INFO] [stdout] 545 |                 sortslice_memcpy(&data, &dest, -runb.len - 1, &runb, runb.len);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0600]: cannot apply unary operator `-` to type `usize`
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:551:48
[INFO] [stdout]     |
[INFO] [stdout] 551 |                 sortslice_memcpy(&data, &dest, -runb.len - 1, &runb, runb.len);
[INFO] [stdout]     |                                                ^^^^^^^^^ cannot apply unary operator `-`
[INFO] [stdout]     |
[INFO] [stdout]     = note: unsigned values cannot be negated
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_memcpy` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:551:17
[INFO] [stdout]     |
[INFO] [stdout] 551 |                 sortslice_memcpy(&data, &dest, -runb.len - 1, &runb, runb.len);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_memmove` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:558:13
[INFO] [stdout]     |
[INFO] [stdout] 558 |             sortslice_memmove(&data, &dest, 1 - runa.len, &runa, 1 - runa.len, runa.len);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0600]: cannot apply unary operator `-` to type `usize`
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:559:45
[INFO] [stdout]     |
[INFO] [stdout] 559 |             sortslice_advance(&data, &dest, -runa.len);
[INFO] [stdout]     |                                             ^^^^^^^^^ cannot apply unary operator `-`
[INFO] [stdout]     |
[INFO] [stdout]     = note: unsigned values cannot be negated
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_advance` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:559:13
[INFO] [stdout]     |
[INFO] [stdout] 559 |             sortslice_advance(&data, &dest, -runa.len);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0600]: cannot apply unary operator `-` to type `usize`
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:560:45
[INFO] [stdout]     |
[INFO] [stdout] 560 |             sortslice_advance(&data, &runa, -runa.len);
[INFO] [stdout]     |                                             ^^^^^^^^^ cannot apply unary operator `-`
[INFO] [stdout]     |
[INFO] [stdout]     = note: unsigned values cannot be negated
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_advance` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:560:13
[INFO] [stdout]     |
[INFO] [stdout] 560 |             sortslice_advance(&data, &runa, -runa.len);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_copy` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:561:13
[INFO] [stdout]     |
[INFO] [stdout] 561 |             sortslice_copy(&data, &dest, 0, &runb, 0);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_memmove` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:558:13
[INFO] [stdout]     |
[INFO] [stdout] 558 |             sortslice_memmove(&data, &dest, 1 - runa.len, &runa, 1 - runa.len, runa.len);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0600]: cannot apply unary operator `-` to type `usize`
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:559:45
[INFO] [stdout]     |
[INFO] [stdout] 559 |             sortslice_advance(&data, &dest, -runa.len);
[INFO] [stdout]     |                                             ^^^^^^^^^ cannot apply unary operator `-`
[INFO] [stdout]     |
[INFO] [stdout]     = note: unsigned values cannot be negated
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_advance` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:559:13
[INFO] [stdout]     |
[INFO] [stdout] 559 |             sortslice_advance(&data, &dest, -runa.len);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0600]: cannot apply unary operator `-` to type `usize`
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:560:45
[INFO] [stdout]     |
[INFO] [stdout] 560 |             sortslice_advance(&data, &runa, -runa.len);
[INFO] [stdout]     |                                             ^^^^^^^^^ cannot apply unary operator `-`
[INFO] [stdout]     |
[INFO] [stdout]     = note: unsigned values cannot be negated
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_advance` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:560:13
[INFO] [stdout]     |
[INFO] [stdout] 560 |             sortslice_advance(&data, &runa, -runa.len);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sortslice_copy` in this scope
[INFO] [stdout]    --> src/sorts/comparison/tim.rs:561:13
[INFO] [stdout]     |
[INFO] [stdout] 561 |             sortslice_copy(&data, &dest, 0, &runb, 0);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0599, E0600.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0599, E0600.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `search` (bin "search") due to 41 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `search` (bin "search" test) due to 41 previous errors
[INFO] running `Command { std: "docker" "inspect" "734b496e7e2c09f198f3c54e7f6f2579e37ca65bc9ab5688d6998c03591162fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "734b496e7e2c09f198f3c54e7f6f2579e37ca65bc9ab5688d6998c03591162fb", kill_on_drop: false }`
[INFO] [stdout] 734b496e7e2c09f198f3c54e7f6f2579e37ca65bc9ab5688d6998c03591162fb
